From: Fabián Ezequiel Gallina Date: Thu, 17 May 2012 03:03:24 +0000 (-0300) Subject: Renamed python-clone-local-variables to python-util-clone-local-variables X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2326^2~2196 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fbc39529f0c8d2ca06feb6d2082f9d1edfb7fe4b;p=emacs.git Renamed python-clone-local-variables to python-util-clone-local-variables --- diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 7ded2c897a8..fbd6fdd4005 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -1269,7 +1269,7 @@ non-nil the buffer is shown." (current-buffer (current-buffer))) (with-current-buffer buffer (inferior-python-mode) - (python-clone-local-variables current-buffer)))) + (python-util-clone-local-variables current-buffer)))) (when pop (pop-to-buffer proc-buffer-name))))) @@ -2443,7 +2443,7 @@ Return the index of the matching item, or nil if not found." (- (length seq) (length member-result))))) ;; Stolen from org-mode -(defun python-clone-local-variables (from-buffer &optional regexp) +(defun python-util-clone-local-variables (from-buffer &optional regexp) "Clone local variables from FROM-BUFFER. Optional argument REGEXP selects variables to clone and defaults to \"^python-\"."